Release 10.1A: OpenEdge Development:
Web Services


Running a procedure that passes a TABLE-HANDLE parameter

This example shows how you might invoke a method on a Document/Literal Web service that takes a TABLE-HANDLE parameter, by calling the sample method, DynTT( ):

Imports System.Xml 
. . . 
Dim dynTTEl as XmlElement 
' Code to create XML document representing dynTTEl goes here 
' Run the non-persistent procedure DynTT.p.   
‘ INPUT-OUTPUT parameter is a TABLE-HANDLE 
wsObj.DynTT(dynTTEl) 
' Code to process the output TABLE-HANDLE from DynTT.p goes here 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095